Sandbox Logo

Sandbox.Utility.CircularBuffer<T>.Capacity

int Capacity { get; set; }

Description

Maximum capacity of the buffer. Elements pushed into the buffer after maximum capacity is reached (IsFull = true), will remove an element.

Return

User Comments